object Splash: TSplash Left = 328 Top = 453 AutoSize = True BorderIcons = [] BorderStyle = bsNone Caption = 'Splash' ClientHeight = 300 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object SplashLogo: TImage Left = 0 Top = 0 Width = 400 Height = 300 Picture.Data = {} Stretch = True end object Status: TLabel Left = 6 Top = 282 Width = 4 Height = 16 Color = clBlack Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end end